home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / g1emmnos.zip / PUB / KA9Q / DOMAIN.DOC next >
Text File  |  1990-10-19  |  3KB  |  96 lines

  1.  
  2. 3.??.1          domain cache ...
  3.  
  4. These commands control the use of the resource record file /domain.txt,
  5. and the local memory cache.
  6.  
  7. 3.??.1.1        domain cache clean [on|off]
  8.  
  9. Display or set the flag controlling the removal of resource records
  10. from the /domain.txt file whose time-to-live has reached zero.
  11.  
  12. When clean is off (the default), expired records will be retained;
  13. if no replacement can be obtained from another domain name server,
  14. these records will continue to be used.
  15.  
  16. When clean is on, these expired records are removed from the file.
  17. (This does not happen until a new record is added to the file).
  18.  
  19. 3.??.1.2        domain cache list
  20.  
  21. List the current contents of the local memory cache.
  22.  
  23. 3.??.1.3        domain cache size [<count>]
  24.  
  25. Display or set the nominal maximum size of the local memory cache.
  26. The default is 20.
  27.  
  28. (Note: The cache may be temporarily larger when waiting for new records
  29. to be written to the /domain.txt file.)
  30.  
  31. 3.??.1.4        domain cache wait [<seconds>]
  32.  
  33. Display or set the time in seconds to wait for additional activity
  34. before updating the /domain.txt file.  The default is 30 seconds.
  35.  
  36. 3.??.2          domain remote ...
  37.  
  38. These commands control the accessing of remote domain name servers
  39. to resolve domain names.
  40.  
  41. 3.??.2.1        domain remote add <hostid>
  42.  
  43. (same as domain addserver, which was left to retain upward compatibility)
  44.  
  45. 3.??.2.2        domain remote drop <hostid>
  46.  
  47. (same as domain dropserver, which was left to retain upward compatibility)
  48.  
  49. 3.??.2.3        domain remote list
  50.  
  51. (was domain listservers)
  52.  
  53. 3.??.2.4        domain remote retry [<count>]
  54.  
  55. Display or set the number of times the list is retried during one call to the
  56. resolver.  The default is 2.  If set to 0, the list will cycle forever; this
  57. may be useful for unattended operation.
  58.  
  59. 3.??.2.5        domain remote trace [on|off]
  60.  
  61. (was domain trace)
  62.  
  63. 3.??.3          domain suffix [<domain suffix>]
  64.  
  65. (renumbered)
  66.  
  67.  
  68. 7.
  69.  
  70. (various changes)
  71. ... specifies a domain name, THE LOCAL CACHE is ///// searched ...
  72. ... the answer is ADDED to the /domain.txt file ...
  73. ... any additional servers are tried ///// until one responds,
  74. OR THE RETRY LIMIT IS REACHED (SEE 3.??.2.4).
  75. ... and the fields are separated by tabs OR SPACES.
  76.  
  77. (replace "Cache expiration is not currently implemented ... this feature.")
  78. This implementation of NET will decrement the TTL to zero, but will not
  79. delete the record unless the "clean" flag is on (see 3.??.1.1).
  80. If a remote server is not available, the old entry will continue to be used.
  81.  
  82. (insert new paragraph before "Since")
  83. When the TTL field is missing (as in the examples above), the record will
  84. never expire, and must be managed by hand.  Since /domain.txt ... old records.
  85.  
  86.  
  87.  
  88. PS:  I picked the subcommands Cache and Remote partly because of utility,
  89. and partly so that anyone who used single letters would not accidently
  90. conflict with the new commands.  I hope that someday there will be "local"
  91. server capability, so I didn't want to use "server".  I left the old AddServer
  92. command because lots of folks would already be using it (and DropServer to be
  93. symmetric, although it's probably not necessary).
  94.  
  95.  
  96.